\(\int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx\) [61]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [F(-1)]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 21, antiderivative size = 21 \[ \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx=\text {Int}\left (\frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}},x\right ) \]

[Out]

Unintegrable((a+b*arccsc(c*x))/x/(e*x+d)^(1/2),x)

Rubi [N/A]

Not integrable

Time = 0.06 (sec) , antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx=\int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx \]

[In]

Int[(a + b*ArcCsc[c*x])/(x*Sqrt[d + e*x]),x]

[Out]

Defer[Int][(a + b*ArcCsc[c*x])/(x*Sqrt[d + e*x]), x]

Rubi steps \begin{align*} \text {integral}& = \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 3.69 (sec) , antiderivative size = 23, normalized size of antiderivative = 1.10 \[ \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx=\int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx \]

[In]

Integrate[(a + b*ArcCsc[c*x])/(x*Sqrt[d + e*x]),x]

[Out]

Integrate[(a + b*ArcCsc[c*x])/(x*Sqrt[d + e*x]), x]

Maple [N/A] (verified)

Not integrable

Time = 0.68 (sec) , antiderivative size = 19, normalized size of antiderivative = 0.90

\[\int \frac {a +b \,\operatorname {arccsc}\left (c x \right )}{x \sqrt {e x +d}}d x\]

[In]

int((a+b*arccsc(c*x))/x/(e*x+d)^(1/2),x)

[Out]

int((a+b*arccsc(c*x))/x/(e*x+d)^(1/2),x)

Fricas [N/A]

Not integrable

Time = 0.26 (sec) , antiderivative size = 29, normalized size of antiderivative = 1.38 \[ \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx=\int { \frac {b \operatorname {arccsc}\left (c x\right ) + a}{\sqrt {e x + d} x} \,d x } \]

[In]

integrate((a+b*arccsc(c*x))/x/(e*x+d)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(e*x + d)*(b*arccsc(c*x) + a)/(e*x^2 + d*x), x)

Sympy [F(-1)]

Timed out. \[ \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx=\text {Timed out} \]

[In]

integrate((a+b*acsc(c*x))/x/(e*x+d)**(1/2),x)

[Out]

Timed out

Maxima [N/A]

Not integrable

Time = 0.90 (sec) , antiderivative size = 67, normalized size of antiderivative = 3.19 \[ \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx=\int { \frac {b \operatorname {arccsc}\left (c x\right ) + a}{\sqrt {e x + d} x} \,d x } \]

[In]

integrate((a+b*arccsc(c*x))/x/(e*x+d)^(1/2),x, algorithm="maxima")

[Out]

(b*sqrt(d)*integrate(arctan2(1, sqrt(c*x + 1)*sqrt(c*x - 1))/(sqrt(e*x + d)*x), x) + a*log(e*x/(e*x + 2*sqrt(e
*x + d)*sqrt(d) + 2*d)))/sqrt(d)

Giac [N/A]

Not integrable

Time = 0.68 (sec) , antiderivative size = 21, normalized size of antiderivative = 1.00 \[ \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx=\int { \frac {b \operatorname {arccsc}\left (c x\right ) + a}{\sqrt {e x + d} x} \,d x } \]

[In]

integrate((a+b*arccsc(c*x))/x/(e*x+d)^(1/2),x, algorithm="giac")

[Out]

integrate((b*arccsc(c*x) + a)/(sqrt(e*x + d)*x), x)

Mupad [N/A]

Not integrable

Time = 0.87 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.19 \[ \int \frac {a+b \csc ^{-1}(c x)}{x \sqrt {d+e x}} \, dx=\int \frac {a+b\,\mathrm {asin}\left (\frac {1}{c\,x}\right )}{x\,\sqrt {d+e\,x}} \,d x \]

[In]

int((a + b*asin(1/(c*x)))/(x*(d + e*x)^(1/2)),x)

[Out]

int((a + b*asin(1/(c*x)))/(x*(d + e*x)^(1/2)), x)